BaseNotificationPayload

abstract class BaseNotificationPayload(val campaignId: String, val campaignAttributes: CampaignAttributes, val payload: Bundle)

Base class for notification payloads containing common fields.

Author

MoEngage

Since

14.06.00

Inheritors

Constructors

Link copied to clipboard
constructor(campaignId: String, campaignAttributes: CampaignAttributes, payload: Bundle)

Properties

Link copied to clipboard

Attributes related to the campaign such as sent time and other metadata.

Link copied to clipboard

Unique identifier for each campaign.

Link copied to clipboard

Payload received in Bundle format.